command line option - meaning and definition. What is command line option
Diclib.com
Online Dictionary

What (who) is command line option - definition

COMPUTER PROGRAM DESIGNED TO BE USED VIA A TEXT-ONLY COMPUTER INTERFACE
Command line utility; Command-line utility; Console program; Console app; Command-line utilities
  • Alpine, an [[e-mail client]]
  • FreeDOS edit, a [[text editor]]
  • Irssi, an [[IRC client]]

command line option         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
<software> (Or "option", "flag", "switch", "option switch") An argument to a command that modifies its function rather than providing data. Options generally start with "-" in Unix or "/" in MS-DOS. This is usually followed by a single letter or occasionally a digit. More recently, GNU software adopted the --longoptionname style, usually in addition to traditional, single-character, -x style equivalents. Some commands require each option to be a separate argument, introduced by a new "-" or "/", others allow multiple option letters to be concatenated into a single argument with a single "-" or "/", e.g. "ls -al". A few Unix commands (e.g. ar, tar) allow the "-" to be omitted. Some options may or must be followed by a value, e.g. "cc prog.c -o prog", sometimes with and sometimes without an intervening space. getopt and getopts are commands for parsing command line options. There is also a C library routine called getopt for the same purpose. (2007-02-18)
command-line interpreter         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
command line interface         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
<operating system> A means of communication between a program and its user, based solely on textual input and output. Commands are input with the help of a keyboard or similar device and are interpreted and executed by the program. Results are output as text or graphics to the terminal. Command line interfaces usually provide greater flexibility than graphical user interfaces, at the cost of being harder for the novice to use. Consequently, some hackers look down on GUIs as designed For The Rest Of Them. (1996-01-12)

Wikipedia

Console application

A console application or command-line program is a computer program (applications or utilities) designed to be used via a text-only user interface, such as a text terminal, the command-line interface of some operating systems (Unix, DOS, etc.) or the text-based interface included with most graphical user interface (GUI) operating systems, such as the Windows Console in Microsoft Windows, the Terminal in macOS, and xterm in Unix.